[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
DAY(DEXP) (INTEGER)
Function
Extracts the day(1-31) of the month from a date.
Syntax
DAY(dexp)
dexp = Any date expression.
Return Type & Value
INTEGER
Returns the day of the month from the specified date expression (dexp).
Valid return values are from 1 to 31.
Remarks
This function allows you to extract a particular piece of information
about a DATE value, in this case the day of the month of the date.
Examples
PRINTLN "Today is: ",DAY(DATE())
See Also:
DOW()
MONTH()
YEAR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson